home *** CD-ROM | disk | FTP | other *** search
- object Form3: TForm3
- Left = 530
- Top = 283
- Width = 217
- Height = 126
- Caption = 'Name/Serial'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 24
- Top = 12
- Width = 28
- Height = 13
- Caption = 'Name'
- end
- object Label2: TLabel
- Left = 24
- Top = 36
- Width = 26
- Height = 13
- Caption = 'Serial'
- end
- object Edit1: TEdit
- Left = 64
- Top = 8
- Width = 121
- Height = 21
- TabOrder = 0
- end
- object Edit2: TEdit
- Left = 64
- Top = 32
- Width = 121
- Height = 21
- TabOrder = 1
- end
- object Button1: TButton
- Left = 112
- Top = 64
- Width = 75
- Height = 25
- Caption = '&Ok'
- TabOrder = 2
- OnClick = Button1Click
- end
- end
-